Try to fix gdk-pixbuf a bit better.
authorElliot Lee <sopwith@src.gnome.org>
Tue, 23 Nov 1999 01:25:28 +0000 (01:25 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Tue, 23 Nov 1999 01:25:28 +0000 (01:25 +0000)
Try to fix gdk-pixbuf a bit better.

gdk-pixbuf/Makefile.am
gdk-pixbuf/gdk-pixbuf-io.c

index 8b44d8f8a721ad1971f4419f9c98ebd70095f12d..9ce2c3181c8e6a87fc1b8b7fd3450204d46d26ef 100644 (file)
@@ -39,7 +39,7 @@ noinst_PROGRAMS = testpixbuf testpixbuf-drawable
 
 
 DEPS = libgdk_pixbuf.la
-INCLUDES = $(GLIB_CFLAGS) $(LIBART_CFLAGS) $(GTK_CFLAGS)
+INCLUDES = -I$(top_builddir)/src $(GLIB_CFLAGS) $(LIBART_CFLAGS) $(GTK_CFLAGS)
 AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(libexecdir)\""
 
 LDADDS = libgdk_pixbuf.la $(LIBART_LIBS) $(GLIB_LIBS) $(GTK_LIBS)
index c09d51a6853d087666988ab3d046b181334e0960..698d15ed7a00d1770f2698e42cf48a52ea75e935 100644 (file)
@@ -24,7 +24,7 @@
 #include <config.h>
 #include <string.h>
 #include <glib.h>
-#include "gdk-pixbuf/gdk-pixbuf-io.h"
+#include "gdk-pixbuf-io.h"
 
 \f